home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Festival... a Return to Japan
/
Star Festival... a Return to Japan.iso
/
pc
/
STARFESTIVAL
/
Shared.Cst
/
00111.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-10-10
|
354 b
|
17 lines
on exitFrame
global qtChan, gMoviePlay
if ( not ( the movieRate of sprite qtChan = 0 ) ) then
go the frame
else
if gMoviePlay = 2 then
set the movieRate of sprite qtChan = 1
set gMoviePlay = 1
else
set gMoviePlay = 0
set the movieTime of sprite qtChan = 0
end if
go the frame
end if
end exitFrame